projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9036e92
)
(calc-store-into): Get proper variable name to display in message.
author
Jay Belanger
<jay.p.belanger@gmail.com>
Mon, 17 Oct 2005 20:51:34 +0000
(20:51 +0000)
committer
Jay Belanger
<jay.p.belanger@gmail.com>
Mon, 17 Oct 2005 20:51:34 +0000
(20:51 +0000)
lisp/calc/calc-store.el
patch
|
blob
|
history
diff --git
a/lisp/calc/calc-store.el
b/lisp/calc/calc-store.el
index 82c7077ba91c36ba6b7831cd6c8aabb6d63b6141..d6a37644cc760d6575e6fb6085e34338e05f0aa2 100644
(file)
--- a/
lisp/calc/calc-store.el
+++ b/
lisp/calc/calc-store.el
@@
-71,7
+71,7
@@
(if (not (cdr var)) "")
(if (not (cdr var)) 1))))
(message (concat "Stored to variable \"%s\"" msg)
- (calc-var-name
var
)))
+ (calc-var-name
(car (car var))
)))
(setq var (cdr var))))))))
(defun calc-store-plus (&optional var)